Tail call

Results: 62



#Item
21Introduction to Computing: Explorations in Language, Logic, and Machines

Introduction to Computing: Explorations in Language, Logic, and Machines

Add to Reading List

Source URL: www.computingbook.org

Language: English - Date: 2011-08-19 11:52:51
22Implementing Continuation Marks in JavaScript John Clements Ayswarya Sundaram  David Herman

Implementing Continuation Marks in JavaScript John Clements Ayswarya Sundaram David Herman

Add to Reading List

Source URL: repository.readscheme.org

Language: English - Date: 2012-08-10 19:21:32
23Automatic Generation of Compact Programs and Virtual Machines for Scheme Mario Latendresse Department of Computer Science Rice University

Automatic Generation of Compact Programs and Virtual Machines for Scheme Mario Latendresse Department of Computer Science Rice University

Add to Reading List

Source URL: repository.readscheme.org

Language: English - Date: 2010-10-22 08:05:10
24Three Implementation Models for Scheme  by R. Kent Dybvig  A dissertation submitted to the faculty of the University of North Carolina at

Three Implementation Models for Scheme by R. Kent Dybvig A dissertation submitted to the faculty of the University of North Carolina at

Add to Reading List

Source URL: www.cs.indiana.edu

Language: English - Date: 2002-10-27 22:32:08
25An Efficient Implementation of Multiple Return Values in Scheme J. Michael Ashley R. Kent Dybvig  Indiana University Computer Science Department

An Efficient Implementation of Multiple Return Values in Scheme J. Michael Ashley R. Kent Dybvig Indiana University Computer Science Department

Add to Reading List

Source URL: repository.readscheme.org

Language: English - Date: 2010-10-22 08:04:39
26Continuations and Stackless Python Or

Continuations and Stackless Python Or "How to change a Paradigm of an existing Program" Christian Tismer Virtual Photonics GmbH mailto:

Add to Reading List

Source URL: zope.stackless.com

Language: English - Date: 2002-07-08 23:11:40
27

PDF Document

Add to Reading List

Source URL: www.causeway.co.uk

Language: English - Date: 2013-12-20 03:45:15
28Microscheme: Functional programming for the Arduino Ryan Suchocki Dr. Sara Kalvala

Microscheme: Functional programming for the Arduino Ryan Suchocki Dr. Sara Kalvala

Add to Reading List

Source URL: www.schemeworkshop.org

Language: English - Date: 2014-11-04 14:23:37
29Representing Control in the Presence of First-Class Continuations  ∗ Robert Hieb, R. Kent Dybvig, Carl Bruggeman Indiana University

Representing Control in the Presence of First-Class Continuations ∗ Robert Hieb, R. Kent Dybvig, Carl Bruggeman Indiana University

Add to Reading List

Source URL: www.cs.indiana.edu

Language: English - Date: 2004-05-16 00:34:27
30Recursion in C What does the following program compute? int f(int n, int v) { if (n == 0) return v; else

Recursion in C What does the following program compute? int f(int n, int v) { if (n == 0) return v; else

Add to Reading List

Source URL: www.cs.utah.edu

Language: English - Date: 2009-02-04 16:35:18